projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa06cb9
)
(scroll-bar-mode): Make argument optional.
author
Pavel Janík
<Pavel@Janik.cz>
Sun, 20 Jan 2002 15:49:50 +0000
(15:49 +0000)
committer
Pavel Janík
<Pavel@Janik.cz>
Sun, 20 Jan 2002 15:49:50 +0000
(15:49 +0000)
lisp/ChangeLog
patch
|
blob
|
history
lisp/scroll-bar.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 0d9dde5857297c872031a6243d080896370787bb..9a7bd98e09b450e040f3e3a3a9b42e0767e5f5bc 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,7
@@
+2002-01-20 Pavel Jan
\e
,Bm
\e
(Bk <Pavel@Janik.cz>
+
+ * scroll-bar.el (scroll-bar-mode): Make argument optional.
+
2002-01-20 Jason Rumney <jasonr@gnu.org>
* w32-vars.el: New file.
diff --git
a/lisp/scroll-bar.el
b/lisp/scroll-bar.el
index 493a271cf2339ea179cc31561c2d26e6cecd4849..d08c5c63acd91971115ac7bd2500770bd0586e4b 100644
(file)
--- a/
lisp/scroll-bar.el
+++ b/
lisp/scroll-bar.el
@@
-105,7
+105,7
@@
Setting the variable with a customization buffer also takes effect."
;; If it is set again, that is for real.
(setq scroll-bar-mode-explicit t)
-(defun scroll-bar-mode (flag)
+(defun scroll-bar-mode (
&optional
flag)
"Toggle display of vertical scroll bars on all frames.
This command applies to all frames that exist and frames to be
created in the future.